-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move user creation to a separate service #35972
Conversation
6c2cfbb
to
70f2c3e
Compare
Codecov Report
@@ Coverage Diff @@
## master #35972 +/- ##
=============================================
- Coverage 65.12% 47% -18.13%
=============================================
Files 1299 113 -1186
Lines 76762 11124 -65638
Branches 1301 1301
=============================================
- Hits 49995 5229 -44766
+ Misses 26382 5510 -20872
Partials 385 385
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #35972 +/- ##
============================================
- Coverage 66.43% 65.76% -0.67%
- Complexity 20183 20431 +248
============================================
Files 1233 1308 +75
Lines 68965 77181 +8216
Branches 0 1301 +1301
============================================
+ Hits 45814 50755 +4941
- Misses 23151 26041 +2890
- Partials 0 385 +385
Continue to review full report at Codecov.
|
70f2c3e
to
04489b8
Compare
Move user creation to a separate service. Signed-off-by: Sujith H <[email protected]>
04489b8
to
30f0a5e
Compare
@settermjd In the users page we have a settings in the left bottom of the page. Where you have to select |
Thanks. I'll include that in the documentation. |
Created PR #36122 to revert this change. |
Move user creation to a separate service.
Signed-off-by: Sujith H [email protected]
Description
Move the user creation to the service class.
Related Issue
Motivation and Context
Add the create user to a service class. It is moved from user_management apps UsersController. This will help us in integrating the change with the
user:add
command support creating users with username and email address. It will also help for provisioning API.How Has This Been Tested?
user:add
command the users are created with email address and/or with password. For example:group1
andgroup2
were created and theuser5
is added to the groupScreenshots (if appropriate):
Types of changes
Checklist:
Open tasks: